Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move IVTs from AssemblyInfo into project files #10573

Merged
merged 18 commits into from
Jul 3, 2024

Conversation

DustinCampbell
Copy link
Member

I've been meaning to do this for a long while now. This change removes all of the IVTs from AssemblyInfo.cs files and places them in the relevant project file. I've also added a target to process RestrictedInternalsVisibleTo, though that's only used by MS.ANC.Razor.LanguageServer to restrict the IVT to the "Microsoft.AspNetCore.Razor.LanguageServer.Hosting" namespace.

@DustinCampbell DustinCampbell requested review from a team as code owners July 2, 2024 22:55
Copy link
Contributor

@ryzngard ryzngard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it builds :shipit:

Copy link
Contributor

@davidwengier davidwengier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So happy I won't have to see a Properties folder in solution explorer any more ❤️

<!-- RestrictedInternalsVisibleTo -->
<ItemDefinitionGroup>
<RestrictedInternalsVisibleTo>
<Visible>false</Visible>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this for?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DustinCampbell DustinCampbell merged commit 013d660 into dotnet:main Jul 3, 2024
12 checks passed
@DustinCampbell DustinCampbell deleted the clean-up-ivt branch July 3, 2024 18:33
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jul 3, 2024
@RikkiGibson RikkiGibson modified the milestones: Next, 17.12 Preview 1 Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants